home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / inetray / relnotes < prev    next >
Text File  |  1993-08-15  |  2KB  |  50 lines

  1. ======================================================================
  2.                     R E L N O T E S 
  3.                     doc: Wed Jul 21 12:10:51 1993
  4.                     dlm: Wed Jul 21 14:59:29 1993
  5.                     (c) 1993 ant@bernina.ethz.ch
  6.                     uE-Info: 48 27 T 0 0 72 3 2 8 ofnI
  7. ======================================================================
  8.  
  9. ==============================
  10. Release Notes of Inetray 2.0.0
  11. ==============================
  12.  
  13. Installation changes:
  14.  
  15.     The Makefile now contains a depend target. After every change to
  16.     the Makefile (or other parts of the sources) a ``make depend''
  17.     should be run. In case this doesn't run on your machine, there
  18.     are the default dependencies in the Makefile.
  19.  
  20.     Machines running multiple workers can now also be installed
  21.     using inetd (see INSTALL for details).
  22.     
  23. New Quirks:
  24.  
  25.     The NOSYSLOG_QUIRK has been added (see SUPPORT) and made default
  26.     by adding it to the Makefile.
  27.  
  28. New Utilities:
  29.  
  30.     ``irstart'' is a shellscript which grabs special lines from the
  31.     .inetrayrc file and executes them (see .inetrayrc for examples).
  32.     It can be used to start inetray.start servers on the remote
  33.     machines. Already running inetray.start servers are handled
  34.     correctly.
  35.  
  36.     ``generr'' has been added to solve the problem of lost error
  37.     messages. Once inetray has been compiled, generr should be run.
  38.     It writes on screen where all the error messages are written to
  39.     (what files/directories). After it has been run, you should
  40.     check the Messages-file. If you find the message "Warning:
  41.     stderr is lost!\n", then you should recompile everything using
  42.     the NOASYNCIO_QUIRK (see SUPPORT for details).
  43.  
  44. New Scheduler:
  45.  
  46.     The scheduler has changed for version 2.0.0. For this, the 
  47.     rescheduling after half the image has been replaced by a 2-pass
  48.     scheduler, halfing the block size during the 2nd pass.
  49.  
  50.